Carbon


DisposeThemeDrawingState

Header: Appearance.h Carbon status: Supported

Releases the memory associated with a reference to a graphics port’s drawing state.

OSStatus DisposeThemeDrawingState (
    ThemeDrawingState inState
);
inState

A value of type ThemeDrawingState. Pass a value specifying the previous drawing state for the current graphics port. You may obtain this value from the outState parameter of GetThemeDrawingState.

function result

A result code.

DISCUSSION

Also see the function SetThemeDrawingState.

VERSION NOTES

This function is available with Appearance Manager 1.1 and later.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)